Method: Rugged::Repository::Attributes#[]
- Defined in:
- lib/rugged/attributes.rb
permalink #[](attribute) ⇒ Object
[View source]
33 34 35 |
# File 'lib/rugged/attributes.rb', line 33 def [](attribute) @repository.fetch_attributes(@path, attribute, @load_flags) end |